home *** CD-ROM | disk | FTP | other *** search
/ Champak 41 / Volume 41 - JOGO DISK .iso / Games / konka_66.swf / scripts / DefineButton2_179 / BUTTONCONDACTION on(release, keyPress 5).as next >
Text File  |  2007-05-10  |  296b  |  10 lines

  1. on(release, keyPress "5"){
  2.    _root.into.start();
  3.    _root.btn.start();
  4.    _root.nhp = _root.mhp;
  5.    _root.mcID = _root.mcID + 1;
  6.    _parent._parent.attachMovie("huifu","huifu" + _root.mcID,20000 + _root.mcID);
  7.    _parent._parent["huifu" + _root.mcID].id = _root.mcID;
  8.    _root.a66--;
  9. }
  10.